'宣言 Public Function New( _ ByVal dataCollection As IDataCollection(Of T), _ Optional ByVal binding As System.String _ )
public C1ListAdapter<T>( IDataCollection<T> dataCollection, System.string binding )
パラメータ
- dataCollection
- The data source.
- binding
- The property path of the item type that specifies what property to display as text by default.